(syms_of_keyboard): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Mar 2007 22:58:08 +0000 (22:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Mar 2007 22:58:08 +0000 (22:58 +0000)
src/keyboard.c

index a238c838e66e1de50608e4af261db9f4f11c9c9d..bf7948868ae810e2820736662a3938158c082ffb 100644 (file)
@@ -11397,7 +11397,7 @@ An element of the form (t . EVENT) forces EVENT to be added to that list.  */);
   DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events,
               doc: /* List of events to be processed as input by input methods.
 These events are processed before `unread-command-events'
-and actual keyboard input without given to `input-method-function'.  */);
+and actual keyboard input, but are not given to `input-method-function'.  */);
   Vunread_post_input_method_events = Qnil;
 
   DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events,